home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOF1.2_PDO4.0_Example / Makefile.preamble-solaris-informix < prev    next >
Makefile  |  1996-04-14  |  272b  |  21 lines

  1. #
  2. # Informix Setup for solaris
  3. #
  4.  
  5. FRAMEWORKS += Informix1x
  6.  
  7. #
  8. # Client library location
  9. #
  10. INFORMIX_HOME = /opt/informix
  11.  
  12. #
  13. # Path for the libs
  14. #
  15. OTHER_LDFLAGS += -L$(INFORMIX_HOME)/lib -L$(INFORMIX_HOME)/lib/esql
  16.  
  17. #
  18. # Libraries used
  19. #
  20. OTHER_LIBS += -lsql -lasf -lgen -los
  21.